SftTree/NET 2.0

NextSubordinateCell Property, CellClass Class

Softel vdm, Inc.

Returns the following adjacent cell if the current cell merges into that cell.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property NextSubordinateCell As CellClass
Public ReadOnly Overridable Property NextSubordinateCell As CellBaseClass

C#   

public CellClass NextSubordinateCell { get; }
public virtual CellBaseClass NextSubordinateCell { get; }

C++   

public: property CellClass^ NextSubordinateCell {
        CellClass^ get();
}
public: property virtual CellBaseClass^ NextSubordinateCell {
        CellBaseClass^ get();
}

Property Value

The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.

Comments

The NextSubordinateCell property returns the following adjacent cell if the current cell merges into that cell.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com